Skip to content

Conversation

carlescufi
Copy link
Contributor

Testing actions.

…n NCS dir"

This reverts commit 95f5086.

Signed-off-by: Johann Fischer <[email protected]>
…xt-flash DT"

This reverts commit b309d29.

Signed-off-by: Johann Fischer <[email protected]>
…xt-flash"

This reverts commit cb87e13.

Signed-off-by: Johann Fischer <[email protected]>
This reverts commit bbb5ec0.

Signed-off-by: Johann Fischer <[email protected]>
…UBoot"

This reverts commit 71ba9b7.

Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 02eb16b.

Signed-off-by: Johann Fischer <[email protected]>
…ching"

This reverts commit 360d107.

Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 6692263.

Signed-off-by: Johann Fischer <[email protected]>
… overlay"

This reverts commit 5336bb3.

Signed-off-by: Johann Fischer <[email protected]>
…LTIN info"

This reverts commit 7349c61.

Signed-off-by: Johann Fischer <[email protected]>
…PARTITION_MANAGER"

This reverts commit deb2aa8.

Signed-off-by: Johann Fischer <[email protected]>
…NABLED"

This reverts commit 0935cf2.

Signed-off-by: Johann Fischer <[email protected]>
…NO=n"

This reverts commit 7c789f5.

Signed-off-by: Johann Fischer <[email protected]>
… config"

This reverts commit 5fffb08.

Signed-off-by: Johann Fischer <[email protected]>
…age config"

This reverts commit e3b083e.

Signed-off-by: Johann Fischer <[email protected]>
…er happy"

This reverts commit d7c8b1a.

Signed-off-by: Johann Fischer <[email protected]>
SebastianBoe and others added 26 commits May 13, 2025 10:32
…nit_hook

Boot the radiocore from the app in soc_late_init_hook.

Upstream PR #: 89333

Signed-off-by: Sebastian Bøe <[email protected]>
(cherry picked from commit 37e28604f355d36f2ab1a8044ef92226dd303e30)
…/cpuapp/iron

Add support for nrf54h20dk/nrf54h20/cpuapp/iron to the
samples/sysbuild/hello_world sample.

Upstream PR #: 89333

Signed-off-by: Sebastian Bøe <[email protected]>
(cherry picked from commit 81234973dc7134cbc7f08c79a4622fa2c8647055)
… test

nrf54h should be capable of operating
the CAN interface when GPD is enabled.

Signed-off-by: Bartosz Miller <[email protected]>
(cherry picked from commit a1a8d28)
…RF_IRONSIDE

Add a promptless symbol that can be selected by different drivers. It is
there to ensure that the corresponding library is not added to the build
unless it contains at least one source file.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 3353bbc)
Events used in `call.c` should've been defined as static.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 52f8340)
Applied as noup because of conflicts.

Upstream PR #: 89333

Add an IPC service API for triggering updates of the Nordic IRONside SE
firmware using the IRONside call module.

Co-authored-by: Håkon Amundsen <[email protected]>
Signed-off-by: Jonathan Nilsen <[email protected]>
(cherry picked from commit cd4c148)
Upstream PR #: 89333

Enable the cpusec_bellboard by default for the cpuapp iron board variant
so that IPC toward the secure domain is available by default. Because
IPC is needed to boot the radio core, this fits the standard use case.

Signed-off-by: Jonathan Nilsen <[email protected]>
(cherry picked from commit e09a30c)
…pdate service

Add a sample demonstrating how to use the IRONside update service to
update the IRONside SE firmware on the nrf54h20dk/nrf54h20/cpuapp/iron
board.

Upstream PR #: 89333

Co-authored-by: Håkon Amundsen <[email protected]>
Signed-off-by: Jonathan Nilsen <[email protected]>
(cherry picked from commit a23ecf423aee9564de4972ee6f849f3a98670e2d)
…o 26

The tx-en-settle-time-us is set to 26 to take into account
the time needed for the RF output power rise time of the nRF5 SoC.

Signed-off-by: Andrzej Kuros <[email protected]>
(cherry picked from commit 024deb4)
…XTO during restart

Some SoCs generates unexpected RXTO event during restart.
Restart happens when ENDRX_STARTRX short is enabled and STOPRX
is triggered (via short or by CPU). STOPRX starts closing
procedure and ENDRX event is generated at some point which
triggers STARTRX and closing procedure is interrupted. RXTO
should not be triggered in that case. Due to internal timings
some SoC on fast UARTE instance will trigger RXTO followed
by RXSTARTED. This RXTO event shall be cleared as receiver is
actually restarted and not stopped.

Affected SoC is not in tree so Kconfig is added which enables
the workaround.

Upstream PR #: 88935

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 2742e46)
…, not select

Turn the MBEDTLS_RSA_FULL selects into depends on.
This is how the other MBEDTLS_KEY_EXCHANGE_* Kconfig options are defined.

This is done to avoid circular dependencies.

At the same time update uses of the affected MBEDTLS_KEY_EXCHANGE_*
Kconfig options to enable/disable the dependencies which used to be
automatically handled.

Upstream PR #: 89200

Signed-off-by: Tomi Fontanilles <[email protected]>
(cherry picked from commit deacfa35eb7bd9d2731ef7f16aedc9b14d1cc3b7)
Update the casting of the 'attr' parameter in pthread_cond_init to use
the correct variable name 'att'. Thanks clang for spotting the typo.

Signed-off-by: Benjamin Cabé <[email protected]>
(cherry picked from commit f412cc6)
Fix ethernet_hw_caps initialization in ethernet.h for
strict type checking.

g++-12: include/zephyr/net/ethernet.h:957:38: error: invalid \
 conversion from 'int' to 'ethernet_hw_caps' [-fpermissive]

Signed-off-by: Daniel Nicoletti <[email protected]>
(cherry picked from commit b4f940d)
…for ZLL

BT_TICKER_LAZY_GET is a ZLL only kconfig and should not be selected for
other controllers.

Upstream PR #: 89249

Signed-off-by: Timothy Keys <[email protected]>
(cherry picked from commit d82bf446937522690e02ae9a9ce4e652db0b8bb0)
…TO_PRNG

PSA Crypto API always allow psa_generate_random() to be called (i.e. there
is no PSA_WANT_xxx symbol that can be used to disable it). How random
numbers are generated internally is a library internal detail, but the
end user (Bluetooth) does not need to worry about this.

Signed-off-by: Valerio Setti <[email protected]>
(cherry picked from commit 52dcb25)
Replace `CONFIG_NET_L2_IEEE802154` with `CONFIG_NET_L2_PHY_IEEE802154`
as `NET_LINK_ADDR_MAX_LENGTH` should be set to `8` for all IEEE 802.15.4
based L2, e.g. OpenThread.

Signed-off-by: Adrian Gielniewski <[email protected]>
(cherry picked from commit 39e051f)
…ning

Theoretically (if either `height` or `width` in `config` is set to 0),
the `ret` variable might be returned from `st7567_clear()` without
being initialized.
Add initialization of this variable to avoid compiler warnings.

Signed-off-by: Andrzej Głąbek <[email protected]>
(cherry picked from commit fee8edd)
…culations.

Code responsible for internal capacitor values containted
leftover workarounds in the calculations after PS update.
Removed redundant conversions and cleaned up both code
and comments to align both LFXO and HFXO calculation.

Signed-off-by: Michał Stasiak <[email protected]>
(cherry picked from commit 63f2fe9)
Adopt to proper Path usage for nrf modules
Updated for upmerge.

nrf-squash! [nrf noup] ci: set `ZEPHYR_<MODULE_NAME>_KCONFIG` for NCS modules

Signed-off-by: Carles Cufi <[email protected]>
Signed-off-by: Torsten Rasmussen <[email protected]>
Remove CONFIG_PINCTRL.

nrf-squash! [nrf noup] boards: nordic: nrf7002dk: Bring back NS variants

Signed-off-by: Johann Fischer <[email protected]>
…t_config

The nRF GPIO hardware does not store the initial output value
set resulting from gpio_pin_configure() and thus, when
gpio_get_config() is used, the initial value is not returned.

This commit just reads the output value and sets the INIT
value to match in gpio_get_config().

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
(cherry picked from commit 0826996)
nRF7120 PDK support that uses IPC as comms b/w APP and Wi-Fi domains.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 3953bb9)
Set static or random MAC before calling net_linkaddr_set().

Signed-off-by: Seppo Takalo <[email protected]>
(cherry picked from commit 673853a)
This reverts commit 5386a64.

Issue is no longer relevant. Simplify use of board by restoring
enabling secure ipc by default.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
(cherry picked from commit 89ba317)
Testing actions.

Signed-off-by: Carles Cufi <[email protected]>
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.